home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Set-Up / card_2133.txt < prev    next >
Text File  |  1988-07-14  |  3KB  |  151 lines

  1. -- card: 2133 from stack: in
  2. -- bmap block id: 2514
  3. -- flags: 0000
  4. -- background id: 2974
  5. -- name: SCSI 1
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=16 top=66 right=282 bottom=241
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Text
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=404 top=280 right=303 bottom=428
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Left
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual scroll left
  37.   go to card "Macintosh 1"
  38. end mouseUp
  39.  
  40.  
  41.  
  42.  
  43. -- part 5 (button)
  44. -- low flags: 00
  45. -- high flags: 2000
  46. -- rect: left=441 top=280 right=303 bottom=465
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Right
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   answer "Proceed with the Self-Check?" with "No" or "YES"
  58.   if it is "Yes" then
  59.     visual checkerboard to black
  60.     go to card "Question 1"
  61.   end if
  62.   if it is "No" then
  63.     put "Cancel" into it
  64.   end if
  65. end  mouseUp
  66.  
  67.  
  68.  
  69.  
  70. -- part 6 (button)
  71. -- low flags: 00
  72. -- high flags: A003
  73. -- rect: left=129 top=287 right=308 bottom=199
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Next...
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual dissolve to card
  85.   go to next card
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 8 (button)
  91. -- low flags: 80
  92. -- high flags: A004
  93. -- rect: left=7 top=315 right=340 bottom=494
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: Self-Check
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   global check
  105.   visual iris close
  106.   hide card button "Self-Check"
  107.   hide card field "Cloak"
  108.   hide card field "Cloak 1"
  109.   put 0 into check
  110.   pop card
  111. end mouseUp
  112.  
  113.  
  114.  
  115.  
  116.  
  117. -- part 9 (field)
  118. -- low flags: 81
  119. -- high flags: 0001
  120. -- rect: left=122 top=284 right=310 bottom=206
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 0 / 0
  123. -- text alignment: 0
  124. -- font id: 3
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: cloak
  129.  
  130.  
  131. -- part 10 (field)
  132. -- low flags: 81
  133. -- high flags: 0001
  134. -- rect: left=393 top=276 right=307 bottom=477
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 0
  138. -- font id: 3
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: cloak 1
  143.  
  144.  
  145. -- part contents for card part 2
  146. ----- text -----
  147.  
  148.  
  149. The SCSI ID number, which sets the priority for the Apple Scanner within the SCSI chain of devices, is preset to 2.
  150.  
  151. Unless there is another SCSI device in the SCSI chain with the same setting, there is no need to change the SCSI ID number.